home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 May
/
CHIP Turkiye Mayıs 1998.iso
/
araclar
/
95IDA
/
_SETUP.1
/
IDA.exe
/
0
/
RCDATA
/
TSEARCHFORM
/
TSEARCHFORM.txt
< prev
Wrap
Text File
|
1997-04-22
|
4KB
|
190 lines
object Searchform: TSearchform
Left = 279
Top = 288
HorzScrollBar.Visible = False
ActiveControl = SearchFor
BorderIcons = [biSystemMenu, biHelp]
AutoScroll = False
Caption = 'Find file'
ClientHeight = 242
ClientWidth = 383
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
Scaled = False
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 10
Top = 64
Width = 68
Height = 16
Caption = 'Scanning...'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DirLabel: TLabel
Left = 10
Top = 80
Width = 15
Height = 13
Caption = 'C:\'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 15
Width = 73
Height = 16
Caption = 'Search for'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object SearchFor: TEdit
Left = 8
Top = 32
Width = 185
Height = 24
HelpContext = 910
TabOrder = 0
end
object FoundFiles: TListView
Left = 0
Top = 103
Width = 383
Height = 120
Align = alBottom
OnDblClick = Open1Click
Columns = <
item
Caption = 'Filename'
Width = 100
end
item
Caption = 'Type'
Width = 90
end
item
Caption = 'Path'
Width = 120
end
item
Alignment = taRightJustify
Caption = 'Size'
end>
ReadOnly = False
AllocBy = 5
MultiSelect = True
PopupMenu = FindPopup
TabOrder = 1
ViewStyle = vsReport
Visible = False
end
object FindStatusBar: TStatusBar
Left = 0
Top = 223
Width = 383
Height = 19
Panels = <
item
Text = '0 File(s) found'
Width = 50
end>
SimplePanel = False
Visible = False
end
object Panel1: TPanel
Left = 283
Top = 0
Width = 100
Height = 103
Align = alRight
BevelOuter = bvNone
TabOrder = 3
object BtnFind: TButton
Left = 17
Top = 8
Width = 75
Height = 25
HelpContext = 920
Caption = 'Find'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = BtnFindClick
end
object CancelBtn: TButton
Left = 17
Top = 40
Width = 75
Height = 25
HelpContext = 930
Cancel = True
Caption = 'Stop'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 1
OnClick = CancelBtnClick
end
object btnClose: TButton
Left = 17
Top = 72
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 2
OnClick = btnCloseClick
end
end
object FindPopup: TPopupMenu
OnPopup = FindPopupPopup
Left = 96
object Open1: TMenuItem
Caption = '&Open'
Default = True
ShortCut = 0
OnClick = Open1Click
end
object N1: TMenuItem
Caption = '-'
ShortCut = 0
end
object Addtomenu1: TMenuItem
Caption = 'Add to menu'
ShortCut = 0
Visible = False
OnClick = Addtomenu1Click
end
object Delete1: TMenuItem
Caption = '&Delete'
ShortCut = 0
OnClick = Delete1Click
end
end
object ListImages: TImageList
Left = 224
Top = 8
end
end